libxc: remove \n from strings passed to PERROR
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 28 May 2010 08:38:18 +0000 (09:38 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 28 May 2010 08:38:18 +0000 (09:38 +0100)
commita2b5973ee0d143545a62903c629f800dc25f2837
tree92c5d6aa33362fc2aabcebc0ea3a3e5d64d1321c
parent861aef6e1558bebad8fc60c1c723f0706fd3ed87
libxc: remove \n from strings passed to PERROR

Previously, the code was inconsistent: some calls to PERROR passed \n
and some did not.  With the new logging arrangements, passing \n is
definitely incorrect.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
tools/libxc/ia64/xc_ia64_hvm_build.c
tools/libxc/ia64/xc_ia64_linux_restore.c
tools/libxc/xc_domain.c
tools/libxc/xc_domain_restore.c
tools/libxc/xc_domain_save.c
tools/libxc/xc_hvm_build.c
tools/libxc/xc_misc.c
tools/libxc/xc_resume.c
tools/libxc/xc_solaris.c